projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b796c9b
)
* xdisp.c (compute_display_string_pos): Remove unused local.
author
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 3 Aug 2011 05:24:30 +0000
(22:24 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 3 Aug 2011 05:24:30 +0000
(22:24 -0700)
src/ChangeLog
patch
|
blob
|
history
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 3717924ff68bd56c01900377dff5f6d2a48641d9..7c043f6d087060fd106ae3d190c338a098feec3c 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2011-08-03 Paul Eggert <eggert@cs.ucla.edu>
+
+ * xdisp.c (compute_display_string_pos): Remove unused local.
+
2011-08-02 Eli Zaretskii <eliz@gnu.org>
Fix slow cursor motion and scrolling in large buffers with
diff --git
a/src/xdisp.c
b/src/xdisp.c
index fa4b3c4f9ab10925976b85eeb13de2d22ce85f52..d1598e5ed40f970b907e4c65be5f4bd1877e5d6b 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-3163,7
+3163,6
@@
compute_display_string_pos (struct text_pos *position,
EMACS_INT lim =
(charpos < eob - MAX_DISP_SCAN) ? charpos + MAX_DISP_SCAN : eob;
struct text_pos tpos;
- struct buffer *b;
*disp_prop_p = 1;